export interface QueryId {
    readonly queryId: string;
}
export declare function createQueryId(): QueryId;
