3 lines
138 B
TypeScript
3 lines
138 B
TypeScript
export declare const setOutputLocation: (newOutputLocation: string) => void;
|
|
export declare const getOutputLocation: () => string | null;
|