export declare function serialize<T>(options: T, order: readonly (keyof T)[]): string[];
//# sourceMappingURL=serialize.d.ts.map