import * as pulumi from "@pulumi/pulumi"; export declare function getStreamWatermark(args: GetStreamWatermarkArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getStreamWatermark. */ export interface GetStreamWatermarkArgs { accountId: string; identifier: string; } /** * A collection of values returned by getStreamWatermark. */ export interface GetStreamWatermarkResult { readonly accountId: string; readonly created: string; readonly downloadedFrom: string; readonly height: number; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly identifier: string; readonly name: string; readonly opacity: number; readonly padding: number; readonly position: string; readonly scale: number; readonly size: number; readonly uid: string; readonly width: number; } export declare function getStreamWatermarkOutput(args: GetStreamWatermarkOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getStreamWatermark. */ export interface GetStreamWatermarkOutputArgs { accountId: pulumi.Input; identifier: pulumi.Input; } //# sourceMappingURL=getStreamWatermark.d.ts.map