import { Source } from 'graphql';
export declare function operationIdFromSource(source: string | Source): string | undefined;
