export declare const findPageActionsByPath: ({ path, userId, domain }: {
    path: any;
    userId: any;
    domain: any;
}) => Promise<any[]>;
