import type { IWrapInfo } from './types/info.js'; import type { DeepPartial } from '../../../types/utils.js'; export declare function createInfo(data?: DeepPartial): IWrapInfo; //# sourceMappingURL=info.d.ts.map