4 lines
230 B
TypeScript
4 lines
230 B
TypeScript
export declare const validateInput: (methodName: string, from: string, to: string) => void;
|
|
export declare const sync: (from: string, to: string) => void;
|
|
export declare const async: (from: string, to: string) => Promise<any>;
|