declare const forExport: {
    name: string;
    pgSchema: string;
    pgTableName: string;
};
export { forExport as Parkomats };
