import type { TApiPropertyDefaultStringFormat, TApiPropertyDefaultStringFormatProperties } from '../../../../type/decorator/api/property/default/string/index';
export declare const DEFAULT_STRING_FORMAT_PROPERTY_API_INTERFACE_CONSTANT: {
    readonly DEFAULT_FORMAT_PROPERTIES: Record<TApiPropertyDefaultStringFormat, TApiPropertyDefaultStringFormatProperties>;
};
