import type { Identifier, SourceLocation } from '@babel/types';
export declare const createId: (name: string, loc?: SourceLocation | null) => Identifier;
