import * as pulumi from "@pulumi/pulumi"; export declare function getQStashTopicV2(args: GetQStashTopicV2Args, opts?: pulumi.InvokeOptions): Promise; /** * A collection of arguments for invoking getQStashTopicV2. */ export interface GetQStashTopicV2Args { name: string; } /** * A collection of values returned by getQStashTopicV2. */ export interface GetQStashTopicV2Result { readonly createdAt: number; readonly endpoints: string[]; /** * The provider-assigned unique ID for this managed resource. */ readonly id: string; readonly name: string; readonly updatedAt: number; } export declare function getQStashTopicV2Output(args: GetQStashTopicV2OutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output; /** * A collection of arguments for invoking getQStashTopicV2. */ export interface GetQStashTopicV2OutputArgs { name: pulumi.Input; }