declare const _default: (() => {
    senderProfiles: {
        id: string;
        email: string;
        name: string;
        host: string;
        port: number;
        secure: boolean;
        auth: {
            user: string;
            pass: string;
        };
        default: boolean;
    }[];
}) & import("@nestjs/config").ConfigFactoryKeyHost<{
    senderProfiles: {
        id: string;
        email: string;
        name: string;
        host: string;
        port: number;
        secure: boolean;
        auth: {
            user: string;
            pass: string;
        };
        default: boolean;
    }[];
}>;
export default _default;
