2 lines
93 B
TypeScript
2 lines
93 B
TypeScript
export declare function readConfig(): any;
|
|
export declare function build(config: any): void;
|