export declare function jsonStringifyWithKeyOrder<T extends object>(obj: T, order: readonly (keyof T & string)[], space?: number): string;
