import type { Metadata } from './type';
export declare function isMetadata(input: unknown): input is Metadata;
//# sourceMappingURL=utils.d.ts.map