import DefinitionPattern from './DefinitionPattern';
export declare function copy(definition: DefinitionPattern): DefinitionPattern;
