declare function trimPropertyName(isTrimHeaderFieldWhiteSpace: boolean, value: string): string;
declare function getValueFormatByType(value: string | undefined): string | number | boolean;
declare const _default: {
    trimPropertyName: typeof trimPropertyName;
    getValueFormatByType: typeof getValueFormatByType;
};

export { _default as default, getValueFormatByType, trimPropertyName };
