export class PadesVisualPositioningPresets {
    static getFootnote(client: any, pageNumber: any, rows: any): Promise<any>;
    static getNewPage(client: any): Promise<any>;
    static getPreset(client: any, urlSegment: any): Promise<any>;
}
