export declare const getPublicPath: () => string | null;
export declare const setPublicPath: (path: string) => void;
