declare const parseObjectLiteral: (objectLiteralString: string) => [ string, string | undefined ][]; export default parseObjectLiteral;