declare const getBase64FromUri: (imageUri: string) => Promise<string>;
declare const makeId: (length?: number) => string;
export { getBase64FromUri, makeId };
