import { GenericRecord } from "@webiny/api/types"; export declare const convertLastEvaluatedKeyToAfterKey: (lastEvaluatedKey?: GenericRecord) => string | null; export declare const convertAfterToStartKey: (after?: string | null) => GenericRecord | undefined;