declare const _default: {
    $ref: string;
    definitions: {
        displayMap: {
            type: string;
            properties: {
                map: {
                    type: string;
                    items: {
                        $ref: string;
                    };
                };
            };
        };
        map: {
            type: string;
            properties: {
                pua: {
                    type: string;
                };
                str: {
                    type: string;
                };
                unicode: {
                    type: string;
                };
                usages: {
                    anyOf: ({
                        type: string;
                        items: {
                            $ref: string;
                            type?: undefined;
                        };
                    } | {
                        type: string;
                        items: {
                            type: string;
                            $ref?: undefined;
                        };
                    })[];
                };
            };
        };
        usage: {
            type: string;
            properties: {
                filename: {
                    type: string;
                };
                count: {
                    type: string;
                };
            };
        };
    };
};
export default _default;
//# sourceMappingURL=displaymap.schema.d.ts.map