import * as pulumi from "@pulumi/pulumi"; export declare function getSourceSurveymonkey(args: GetSourceSurveymonkeyArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getSourceSurveymonkey. */ export interface GetSourceSurveymonkeyArgs { sourceId: string; } /** * A collection of values returned by getSourceSurveymonkey. */ export interface GetSourceSurveymonkeyResult { readonly configuration: string; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly name: string; readonly sourceId: string; readonly sourceType: string; readonly workspaceId: string; } export declare function getSourceSurveymonkeyOutput(args: GetSourceSurveymonkeyOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output; /** * A collection of arguments for invoking getSourceSurveymonkey. */ export interface GetSourceSurveymonkeyOutputArgs { sourceId: pulumi.Input; }