import { SecretStoreService } from './secret-store.service';
export declare class EnvVarsStoreService extends SecretStoreService {
    getSecretString(secretName: string): Promise<string | undefined>;
}
