export declare const getIncomeStatementSheet: (baseUrl: string, accessToken: string | undefined, options?: { params?: Record | undefined; } | undefined) => () => Promise; export declare const getIncomeStatementPDF: (baseUrl: string, accessToken: string | undefined, options?: { params?: Record | undefined; } | undefined) => () => Promise;