/** * @license * Copyright (c) 2022 Handsoncode. All rights reserved. */ export declare function extractTime(v: any): number; export declare function checkKeySchema(v: any): boolean;