export type Defined = {
    PUBLIC_FLEEK_REST_API_URL?: string;
    PUBLIC_UI_APP_URL?: string;
    PUBLIC_BEEHIIV_PROXY_SERVER_URL?: string;
};
export declare const defined: Defined;
export declare const getDefined: (key: keyof typeof defined) => string;
