import * as pulumi from "@pulumi/pulumi"; export declare function getFormFieldPlacement(args: GetFormFieldPlacementArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getFormFieldPlacement. */ export interface GetFormFieldPlacementArgs { form?: string; formFieldId: string; } /** * A collection of values returned by getFormFieldPlacement. */ export interface GetFormFieldPlacementResult { readonly form: string; readonly formFieldId: string; /** * The ID of this resource. */ readonly id: string; } export declare function getFormFieldPlacementOutput(args: GetFormFieldPlacementOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getFormFieldPlacement. */ export interface GetFormFieldPlacementOutputArgs { form?: pulumi.Input; formFieldId: pulumi.Input; } //# sourceMappingURL=getFormFieldPlacement.d.ts.map