import * as pulumi from "@pulumi/pulumi"; export declare function getDatabase(args: GetDatabaseArgs, opts?: pulumi.InvokeOptions): Promise; export interface GetDatabaseArgs { name: string; } export interface GetDatabaseResult { readonly createdAt: string; readonly name: string; readonly owner: string; } export declare function getDatabaseOutput(args: GetDatabaseOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; export interface GetDatabaseOutputArgs { name: pulumi.Input; } //# sourceMappingURL=getDatabase.d.ts.map