import { Composition, COMPOSITOIN, Records } from ".";
import { MEDIA } from "../Media";
interface Args {
    composition: COMPOSITOIN;
    media?: MEDIA[];
    title: string;
}
export declare class HealthDocumentRecord extends Composition implements Records {
    create: (options: Args, Credentials?: any, DatabasePath?: any) => Promise<any>;
    update: (options: Args, Credentials?: any, DatabasePath?: any) => Promise<any>;
    getOptions: (options: Args) => Promise<Args>;
}
export {};
//# sourceMappingURL=HealthDocumentRecord.d.ts.map