import { ApiBase } from '../Implementation/ApiBase';
export declare class NoteInternalApi extends ApiBase {
    areNotesSupported(): boolean;
    getNotesDateFormat(): string;
}
