import { GraphQLResolveInfo } from 'graphql';
export declare function computeSnapshotFilePath(options: {
    info: GraphQLResolveInfo;
    args: any;
    outputDir: string;
    respectSelectionSet?: boolean;
}): string;
