export interface SetSecret { secretName: string | null; secretValue: string | null; } export declare const defaultSetSecret: SetSecret; export interface RestartApplication { } export declare const defaultRestartApplication: RestartApplication; //# sourceMappingURL=Glow.Core.AzureKeyVault.d.ts.map