export declare function publicDefines(environment: typeof process.env): {
    [k: string]: string;
};
