3 lines
116 B
TypeScript
3 lines
116 B
TypeScript
export declare function testDS(engine: any): Promise<void>;
|
|
export declare const register: (engine: any) => void;
|