export declare type Copy = (n: IExtension) => IExtension; export declare function copy(extension: IExtension): IExtension; export default copy;