export type Tag = [string, string]; export declare function serializeTags(tags: Tag[]): string; /** * Debatable whether this part of the spec even makes sense. * But it's checked for compliance. */ export declare function alreadyHasComment(sql: string): boolean; //# sourceMappingURL=sqlcommenter.d.ts.map