/** The partition table name for `parent`'s slice covering `day` (`YYYY-MM-DD`). */ export declare function partitionName(parent: string, day: string): string; /** * The calendar day a partition name encodes, or `null` when `name` is not a day * partition of `parent`. Used to tell which catalog children are ours to manage. */ export declare function parsePartitionDay(parent: string, name: string): string | null; //# sourceMappingURL=partition-name.d.ts.map