export type QueryMetadata = {
    type: 'query';
    key: string;
    index: number;
};
export declare function getFromInstanceQueryMetadata(instance: any, methodName: string, args: any[]): {
    [key: string]: any;
};
