4 lines
110 B
TypeScript
4 lines
110 B
TypeScript
|
|
declare let client: any;
|
||
|
|
export declare const setConfig: (options: any, ctx: any) => void;
|
||
|
|
export { client };
|