import { Repository } from 'typeorm';
export declare const getOutputKeys: (repository: Repository<any>) => string[];
