3 lines
127 B
TypeScript
3 lines
127 B
TypeScript
export declare const substitute: (template: any, map: any) => any;
|
|
export declare const resolveConfig: (config: any) => any;
|