export declare const envValidaiton: () => {
    code: string;
    message: string;
} | undefined;
export default envValidaiton;
