export declare const setOutputLocation: (newOutputLocation: string) => void;
export declare const getOutputLocation: () => string | null;
