import { Paginator } from "@smithy/types"; import { DescribeAppBlockBuilderAppBlockAssociationsCommandInput, DescribeAppBlockBuilderAppBlockAssociationsCommandOutput, } from "../commands/DescribeAppBlockBuilderAppBlockAssociationsCommand"; import { AppStreamPaginationConfiguration } from "./Interfaces"; export declare const paginateDescribeAppBlockBuilderAppBlockAssociations: ( config: AppStreamPaginationConfiguration, input: DescribeAppBlockBuilderAppBlockAssociationsCommandInput, ...rest: any[] ) => Paginator;