type ListIndexes = (options: { environment: string; token: string; }) => Promise; export declare const listIndexes: ListIndexes; export {};