import type * as ticketsSdkModuleContext from './tickets.types.d.ts'; type Methods = { [P in keyof T as T[P] extends Function ? P : never]: T[P]; }; export declare const ticketsContext: Methods; export {};