import { CRUDEngine } from '../engine'; export declare const readAllPrimaryKeysSpec: { 'gets the primary keys of all records in a table.': (engine: CRUDEngine) => Promise; }; //# sourceMappingURL=readAllPrimaryKeysSpec.d.ts.map