/**
 * Parses composite row input into parts. See references at:
 * - https://www.postgresql.org/docs/current/rowtypes.html
 * - https://github.com/DmitryKoterov/db_type/blob/master/lib/DB/Type/Pgsql/Row.php
 * - unit tests of this function
 */
export declare function parseCompositeRow(str: string): Array<string | null>;
//# sourceMappingURL=parseCompositeRow.d.ts.map