export declare const loadSecrets: () => Promise; export declare const saveSecrets: (secrets: { [key: string]: unknown; }) => Promise;