export declare const computeKey: ({ field, args }: { field: string; args?: { [key: string]: any; } | undefined; }) => string;