export declare const _cache: {
    secret: string | null;
};
export declare const getSecret: () => string;
