import * as pulumi from "@pulumi/pulumi"; export declare function getCloudforceOneRequestPriority(args: GetCloudforceOneRequestPriorityArgs, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getCloudforceOneRequestPriority. */ export interface GetCloudforceOneRequestPriorityArgs { accountId: string; priorityId: string; } /** * A collection of values returned by getCloudforceOneRequestPriority. */ export interface GetCloudforceOneRequestPriorityResult { readonly accountId: string; readonly completed: string; readonly content: string; readonly created: string; readonly id: string; readonly messageTokens: number; readonly priority: string; readonly priorityId: string; readonly readableId: string; readonly request: string; readonly status: string; readonly summary: string; readonly tlp: string; readonly tokens: number; readonly updated: string; } export declare function getCloudforceOneRequestPriorityOutput(args: GetCloudforceOneRequestPriorityOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getCloudforceOneRequestPriority. */ export interface GetCloudforceOneRequestPriorityOutputArgs { accountId: pulumi.Input; priorityId: pulumi.Input; } //# sourceMappingURL=getCloudforceOneRequestPriority.d.ts.map