export type SerializableFinder = string; export type Pattern = string | RegExp; export declare const ancestor: (args: { of: SerializableFinder; matching: SerializableFinder; matchRoot?: boolean; firstMatchOnly?: boolean; }) => string; export declare const bySemanticsLabel: (label: Pattern) => string; export declare const byTooltip: (text: string) => string; export declare const byType: (type: string) => string; export declare const byValueKey: (key: string | number) => string; export declare const descendant: (args: { of: SerializableFinder; matching: SerializableFinder; matchRoot?: boolean; firstMatchOnly?: boolean; }) => string; export declare const pageBack: () => string; export declare const byText: (text: string) => string; //# sourceMappingURL=serializer.d.ts.map