7 lines
207 B
TypeScript
7 lines
207 B
TypeScript
interface DropIndexOptions {
|
|
DD?: true;
|
|
}
|
|
export declare function transformArguments(index: string, options?: DropIndexOptions): Array<string>;
|
|
export declare function transformReply(): 'OK';
|
|
export {};
|