import type { Flavour, Squel } from "./types"; declare function _pad(str: string, pad: string): string; declare function _extend>(dst: T, ...sources: Array | undefined | null>): T; declare function _isPlainObject(obj: unknown): boolean; declare function _isArray(obj: unknown): boolean; declare function _clone(src: T): T; declare function _buildSquel(flavour?: Flavour | null): Squel; export { _buildSquel, _pad, _extend, _isPlainObject, _isArray, _clone }; declare const squel: Squel; export default squel; export { squel }; //# sourceMappingURL=core.d.ts.map