import * as pulumi from "@pulumi/pulumi"; import * as outputs from "./types/output"; export declare function getMtlstruststoreCaSets(args?: GetMtlstruststoreCaSetsArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getMtlstruststoreCaSets. */ export interface GetMtlstruststoreCaSetsArgs { activatedOn?: string; caSetStatuses?: string[]; namePrefix?: string; } /** * A collection of values returned by getMtlstruststoreCaSets. */ export interface GetMtlstruststoreCaSetsResult { readonly activatedOn?: string; readonly caSetStatuses?: string[]; readonly caSets: outputs.GetMtlstruststoreCaSetsCaSet[]; readonly namePrefix?: string; } export declare function getMtlstruststoreCaSetsOutput(args?: GetMtlstruststoreCaSetsOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getMtlstruststoreCaSets. */ export interface GetMtlstruststoreCaSetsOutputArgs { activatedOn?: pulumi.Input; caSetStatuses?: pulumi.Input[] | undefined>; namePrefix?: pulumi.Input; } //# sourceMappingURL=getMtlstruststoreCaSets.d.ts.map