import * as pulumi from "@pulumi/pulumi"; export declare function getStore(args: GetStoreArgs, opts?: pulumi.InvokeOptions): Promise; export interface GetStoreArgs { name: string; } export interface GetStoreResult { readonly createdAt: string; readonly name: string; readonly owner: string; readonly state: string; readonly type: string; readonly updatedAt: string; } export declare function getStoreOutput(args: GetStoreOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; export interface GetStoreOutputArgs { name: pulumi.Input; } //# sourceMappingURL=getStore.d.ts.map